Micron Document
<!DOCTYPE html>
<html class="client-nojs vector-feature-language-in-header-enabled vector-feature-language-in-main-page-header-disabled vector-feature-page-tools-pinned-disabled vector-feature-toc-pinned-clientpref-0 vector-toc-not-available vector-feature-main-menu-pinned-disabled vector-feature-limited-width-clientpref-1 vector-feature-limited-width-content-enabled vector-feature-custom-font-size-clientpref-1 vector-feature-appearance-pinned-clientpref-0 vector-feature-night-mode-enabled skin-theme-clientpref-os vector-sticky-header-enabled" lang="fr" dir="ltr"><head>
<meta charset="UTF-8">
<title>LinuxBoot</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" href="./_res_/favicon.png">
<link rel="canonical" href="https://fr.wikipedia.org/wiki/LinuxBoot"> <link href="./_mw_/ext.cite.styles.css" rel="stylesheet" type="text/css">
<link href="./_mw_/ext.wikimediamessages.styles.css" rel="stylesheet" type="text/css">
<link href="./_mw_/skins.vector.icons.css" rel="stylesheet" type="text/css">
<link href="./_mw_/skins.vector.search.codex.styles.css" rel="stylesheet" type="text/css">
<link href="./_mw_/skins.vector.styles.css" rel="stylesheet" type="text/css">
<meta name="ResourceLoaderDynamicStyles" content="">
<link rel="stylesheet" type="text/css" href="./_mw_/site.styles.css">
<link rel="stylesheet" type="text/css" href="./_mw_/noscript.css">
<link rel="stylesheet" type="text/css" href="./_res_/footer.css">
<link rel="stylesheet" type="text/css" href="./_res_/vector-2022.css">
</head>
<body class="skin--responsive skin-vector skin-vector-search-vue mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-0 ns-subject page-LinuxBoot rootpage-LinuxBoot skin-vector-2022 action-view">
<div class="mw-page-container">
<div class="mw-page-container-inner">
<div class="mw-content-container">
<main id="content" class="mw-body">
<header class="mw-body-header vector-page-titlebar">
<h1 id="firstHeading" class="firstHeading mw-first-heading"><span class="mw-page-title-main">LinuxBoot</span></h1>
</header>
<a id="top"></a>
<div id="bodyContent" class="vector-body ve-init-mw-desktopArticleTarget-targetContainer" aria-labelledby="firstHeading" data-mw-ve-target-container="">
<div id="contentSub">
<div id="mw-content-subtitle"></div>
</div>
<div id="mw-content-text" class="mw-body-content mw-content-ltr" lang="fr" dir="ltr"><div class="mw-content-ltr mw-parser-output" lang="fr" dir="ltr">
<div class="infobox_v3 infobox infobox--frwiki noarchive" style="width:260px">
<div class="entete icon informatique" style="color: #000000;"><style data-mw-deduplicate="TemplateStyles:r228712691">
/* start https://fr.wikipedia.org/ */


.mw-parser-output .entete.informatique{background-image:url("./_mw_/Picto.nfo.png")}


/* end https://fr.wikipedia.org/ */
</style>
<div>LinuxBoot</div>
</div>
<div class="images">
</div>
<p class="mw-empty-elt">

</p>
<table><caption style="color:#000000;">Informations</caption>







<tbody><tr>
<th scope="row"> <a href="Version_d'un_logiciel" title="Version d'un logiciel">Première version</a>
</th>
<td>
<span class="wd_p571"><time>2017</time><sup id="cite_ref-wikidata-5f11caa226b756018125e260625d52ac6ce06fbd_1-0" class="reference"><a href="#cite_note-wikidata-5f11caa226b756018125e260625d52ac6ce06fbd-1"><span class="cite-bracket">[</span>1<span class="cite-bracket">]</span></a></sup></span></td>
</tr>






























<tr>
<th scope="row"> Type
</th>
<td>
<span class="wd_p31"><a href="Chargeur_d'amor%C3%A7age" title="Chargeur d'amorçage">Chargeur d'amorçage</a></span></td>
</tr>



<tr>
<th scope="row"><a href="Licence_de_logiciel" title="Licence de logiciel">Licence</a></th>
<td>
<span class="wd_p275"><a href="Licence_publique_g%C3%A9n%C3%A9rale_GNU" title="Licence publique générale GNU">Licence publique générale GNU version 2</a></span></td>
</tr>

<tr>
<th scope="row"><a href="Documentation_logicielle" title="Documentation logicielle">Documentation</a></th>
<td>
<span class="wd_p2078"><a rel="nofollow" class="external text" href="https://book.linuxboot.org/">book.linuxboot.org</a></span></td>
</tr>

<tr>
<th scope="row"><a href="Site_web" title="Site web">Site web</a></th>
<td>
<span class="wd_p856"><a rel="nofollow" class="external text" href="https://www.linuxboot.org/">www.linuxboot.org</a></span></td>
</tr>

</tbody></table>
<p class="mw-empty-elt">

</p>
</div>
<p><i><b>LinuxBoot</b></i> est un <a href="Firmware" title="Firmware">firmware</a> sous <a href="Logiciel_libre" title="Logiciel libre">licence libre</a>, d'<a href="Amorce_(informatique)" class="mw-redirect" title="Amorce (informatique)">amorçage</a> (boot en anglais) de système d'exploitation, en utilisant les pilotes déjà présents dans le <a href="Noyau_Linux" title="Noyau Linux">noyau Linux</a>. Son but est de permettre de s'affranchir des pilotes propriétaires, présent dans des firmwares tels que les <a href="BIOS" class="mw-disambig" title="BIOS">BIOS</a> des compatibles IBM-PC<sup id="cite_ref-2" class="reference"><a href="#cite_note-2"><span class="cite-bracket">[</span>2<span class="cite-bracket">]</span></a></sup>.
</p><p>Il reprend l'idée qui a germé en 2001 pour <i>LinuxBIOS</i> (maintenant appelé <a href="Coreboot" title="Coreboot">coreboot</a>), d'amorcer le système avec Linux<sup id="cite_ref-LinuxJournal2018_3-0" class="reference"><a href="#cite_note-LinuxJournal2018-3"><span class="cite-bracket">[</span>3<span class="cite-bracket">]</span></a></sup>.
</p><p>Ses tâches peuvent inclure l'initialisation de la DRAM, du stockage ou des interfaces réseau, ainsi que d'effectuer les fonctions liées à la sécurité avant de démarrer le noyau Linux<sup id="cite_ref-LinuxJournal2018_3-1" class="reference"><a href="#cite_note-LinuxJournal2018-3"><span class="cite-bracket">[</span>3<span class="cite-bracket">]</span></a></sup>.
</p>

<div class="mw-heading mw-heading2"><h2 id="Annexes">Annexes</h2></div>
<div class="mw-heading mw-heading3"><h3 id="Références"><span id="R.C3.A9f.C3.A9rences"></span>Références</h3></div>
<div class="references-small decimal" style=""><div class="mw-references-wrap"><ol class="references">
<li id="cite_note-wikidata-5f11caa226b756018125e260625d52ac6ce06fbd-1"><span class="mw-cite-backlink"><a href="#cite_ref-wikidata-5f11caa226b756018125e260625d52ac6ce06fbd_1-0">↑</a> </span><span class="reference-text"><span class="ouvrage">«&nbsp;<a rel="nofollow" class="external text" href="https://www.linuxboot.org/page/about/"><cite style="font-style:normal;">https://www.linuxboot.org/page/about/</cite></a>&nbsp;» <small style="line-height:1em;">(consulté le <time class="nowrap" datetime="2019-10-24" data-sort-value="2019-10-24">24 octobre 2019</time>)</small></span></span>
</li>
<li id="cite_note-2"><span class="mw-cite-backlink"><a href="#cite_ref-2">↑</a> </span><span class="reference-text"><span class="ouvrage" id="Crawford"><span class="ouvrage" id="J.B._Crawford"><abbr class="abbr indicateur-langue" title="Langue : anglais">(en)</abbr> J.B. Crawford, «&nbsp;<a rel="nofollow" class="external text" href="http://LinuxBoot:%20Linux%20as%20firmware"><cite style="font-style:normal;" lang="en">LinuxBoot: Linux as firmware</cite></a>&nbsp;», sur <span class="italique"><a href="LWN.net" title="LWN.net">LWN.net</a></span>, <time class="nowrap" datetime="2018-03-07" data-sort-value="2018-03-07">7 mars 2018</time></span></span></span>
</li>
<li id="cite_note-LinuxJournal2018-3"><span class="reference-text"><span class="ouvrage" id="Hendricks"><span class="ouvrage" id="David_Hendricks"><abbr class="abbr indicateur-langue" title="Langue : anglais">(en)</abbr> David Hendricks, «&nbsp;<a rel="nofollow" class="external text" href="https://www.linuxjournal.com/content/foss-project-spotlight-linuxboot"><cite style="font-style:normal;" lang="en">FOSS Project Spotlight: LinuxBoot</cite></a>&nbsp;», <i><a href="Linux_Journal" title="Linux Journal">Linux Journal</a></i>, <time class="nowrap" datetime="2018-02-15" data-sort-value="2018-02-15">15 février 2018</time></span></span></span>
</li>
</ol></div>
</div>
<div class="mw-heading mw-heading3"><h3 id="Bibliographie">Bibliographie</h3></div>

<div class="mw-heading mw-heading3"><h3 id="Liens_externes">Liens externes</h3></div>
<dl><dd><cite class="ouvrage" id="site_officiel" style="font-style: normal;"><abbr class="abbr indicateur-langue" title="Langue : anglais">(en)</abbr> <a rel="nofollow" class="external text" href="https://www.linuxboot.org/">Site officiel</a></cite></dd></dl>
<ul id="bandeau-portail" class="bandeau-portail"><li><span class="bandeau-portail-element"><span class="bandeau-portail-icone"><span class="noviewer" typeof="mw:File"></span></span> <span class="bandeau-portail-texte">Portail des logiciels libres</span> </span></li> <li><span class="bandeau-portail-element"><span class="bandeau-portail-icone"><span class="noviewer" typeof="mw:File"></span></span> <span class="bandeau-portail-texte">Portail de l’informatique</span> </span></li> <li><span class="bandeau-portail-element"><span class="bandeau-portail-icone"><span class="noviewer" typeof="mw:File"></span></span> <span class="bandeau-portail-texte">Portail des logiciels</span> </span></li> <li><span class="bandeau-portail-element"><span class="bandeau-portail-icone"><span class="noviewer" typeof="mw:File"></span></span> <span class="bandeau-portail-texte">Portail de la programmation informatique</span> </span></li> </ul></div><!--htdig_noindex--><div><div class="zim-footer">
Cet article est issu de <a class="external text" title="Dernière modification le 2025-06-16" href="https://fr.wikipedia.org/wiki/?title=LinuxBoot&amp;oldid=226552753">Wikipédia</a>. Sauf mention contraire, le texte est disponible sous <a class="external text" href="https://creativecommons.org/licenses/by-sa/4.0/deed.fr">Creative Commons Attribution-Share Alike 4.0</a>. Des conditions supplémentaires peuvent s’appliquer aux fichiers multimédias.
</div>
</div><!--/htdig_noindex--></div>
</div>
</main>
</div>
</div>
</div>
<script src="./_webp_/webpHandler.js"></script>

</body></html>